@charset "utf-8";
/** Copyright (C) 陈星 版权所有 All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Websites: http://www.xingzai.org
 * Author: 陈星 sale@xingzai.org
 */

.cxxAboutUs.style1 .w5 {
	width: 49.5%;
	display: table-cell;
}
.cxxAboutUs.style1 .intro {
	vertical-align: middle;
}
.cxxAboutUs.style1 .more {margin:20px 0;position: relative; text-align: center;}
.cxxAboutUs.style1 .more:before {
	position: absolute;
	content: '';
	display: block;
	border-top: solid 1px #CCC;
	top:50%;
	left: 0;
	right: 0;	
	z-index: 9;
}
.cxxAboutUs.style1 .more a:link , .cxxAboutUs.style1 .more a:visited {
	border:solid 1px #CCC;
	background-color: #e8e8e8;
	color: #888;
	font-size: 12px;
	padding: 5px 20px;
	position: relative;
	z-index: 10;
}
.cxxAboutUs.style1 .more a:hover {
	background: #eee;		
}
@media (max-width:768px) {
	.cxxAboutUs.style1 .inner {padding: 5px;}
	.cxxAboutUs.style1 .w5 {
		width: 100%;
		display: block;
		text-align: center;				
	}
	.cxxAboutUs.style1 .intro {
		padding: 10px 0;
		text-align: left;
	}
}
